type runtime.timespec
6 uses
runtime (current package)
defs_linux_amd64.go#L98: type timespec struct {
defs_linux_amd64.go#L104: func (ts *timespec) setNsec(ns int64) {
defs_linux_amd64.go#L141: it_interval timespec
defs_linux_amd64.go#L142: it_value timespec
os_linux.go#L77: var ts timespec
os_linux64.go#L16: func futex(addr unsafe.Pointer, op int32, val uint32, ts *timespec, addr2 unsafe.Pointer, val3 uint32) int32
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |